Traking Event Game
1. Track Screen View
Method:
public static void TrackEventGame_ScreenView(string _content)
Example:
SDKAPI.TrackEventGame_ScreenView("Shop");
2. Track Level Achieved
Method:
public static void TrackEventGame_LevelAchieved(int _level)
Example:
SDKAPI.TrackEventGame_LevelAchieved(10);
3. Track Complete Registration
Method:
public static void TrackEventGame_CompleteRegistration(string _content)